Skip to content

add java ai image#103

Open
Fangoling wants to merge 5 commits into
mainfrom
ai-base-image
Open

add java ai image#103
Fangoling wants to merge 5 commits into
mainfrom
ai-base-image

Conversation

@Fangoling
Copy link
Copy Markdown
Member

@Fangoling Fangoling commented May 3, 2026

Copilot AI review requested due to automatic review settings May 3, 2026 11:03
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 3, 2026

Warning

Review limit reached

@Fangoling, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 59 minutes and 19 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c9da7b40-d972-4d19-883b-9e462c4dd297

📥 Commits

Reviewing files that changed from the base of the PR and between 8f34014 and bf85f6e.

📒 Files selected for processing (10)
  • .github/workflows/deploy-theia.yml
  • charts/theia-appdefinitions/values.yaml
  • charts/theia-cloud-combined/values.yaml
  • deployments/test1.theia-test.artemis.cit.tum.de/values.yaml
  • deployments/test2.theia-test.artemis.cit.tum.de/values.yaml
  • deployments/test3.theia-test.artemis.cit.tum.de/values.yaml
  • deployments/theia-staging.artemis.cit.tum.de/values.yaml
  • deployments/theia.artemis.cit.tum.de/values.yaml
  • value-reference-files/theia-cloud-helm-values.yml
  • value-reference-files/tum-theia-cloud-helm-test-values.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ai-base-image

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new java-17-ai IDE image to the Theia deployment configuration so it can be defined as an app and exposed in the landing page across the main environments.

Changes:

  • Add ghcr.io/eduide/eduide/java-17-ai to the preloaded image lists for production, staging, and test environments.
  • Expose a new java-17-ai-latest entry in each updated environment’s landingPage.additionalApps.
  • Add a new java-17-ai-latest AppDefinition default in the theia-appdefinitions chart.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
deployments/theia.artemis.cit.tum.de/values.yaml Adds the AI image to production preloading and landing page app options.
deployments/theia-staging.artemis.cit.tum.de/values.yaml Adds the AI image to staging preloading and landing page app options.
deployments/test1.theia-test.artemis.cit.tum.de/values.yaml Adds the AI image to test1 preloading and landing page app options.
deployments/test2.theia-test.artemis.cit.tum.de/values.yaml Adds the AI image to test2 preloading and landing page app options.
charts/theia-appdefinitions/values.yaml Registers the new AI AppDefinition in the shared chart defaults.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread deployments/theia.artemis.cit.tum.de/values.yaml Outdated
images:
- ghcr.io/eduide/eduidec-landing-page:latest
- ghcr.io/eduide/eduide/java-17:latest
- ghcr.io/eduide/eduide/java-17-ai:latest
images:
- ghcr.io/eduide/eduidec-landing-page:latest
- ghcr.io/eduide/eduide/java-17:latest
- ghcr.io/eduide/eduide/java-17-ai:latest
images:
- ghcr.io/eduide/eduidec-landing-page:latest
- ghcr.io/eduide/eduide/java-17:latest
- ghcr.io/eduide/eduide/java-17-ai:latest
Signed-off-by: Fangxing Liu <fx.liu@tum.de>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 14 comments.

Comment thread deployments/theia.artemis.cit.tum.de/values.yaml Outdated
Comment thread deployments/theia.artemis.cit.tum.de/values.yaml
Comment thread deployments/theia.artemis.cit.tum.de/values.yaml Outdated
Comment thread deployments/theia-staging.artemis.cit.tum.de/values.yaml
Comment thread deployments/theia-staging.artemis.cit.tum.de/values.yaml Outdated
Comment thread deployments/test1.theia-test.artemis.cit.tum.de/values.yaml Outdated
Comment thread deployments/test2.theia-test.artemis.cit.tum.de/values.yaml
Comment thread deployments/test2.theia-test.artemis.cit.tum.de/values.yaml Outdated
Comment thread deployments/test2.theia-test.artemis.cit.tum.de/values.yaml Outdated
Comment thread charts/theia-appdefinitions/values.yaml
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.

Comment on lines +35 to +54
- name: java-17-ai-latest
image: ghcr.io/eduide/eduide/java-17-ai
# imageTag: latest # Optional: override defaultImageTag for this app
requestsMemory: 500M
requestsCpu: 500m
limitsMemory: 3000M
minInstances: 3
maxInstances: 1000
options:
dataBridgeEnabled: "true"
dataBridgePort: "16281"

- name: java-17-templates-ai-latest
image: ghcr.io/eduide/eduide/java-17-templates-ai
# imageTag: latest # Optional: override defaultImageTag for this app
requestsMemory: 500M
requestsCpu: 500m
limitsMemory: 3000M
minInstances: 0
maxInstances: 1000
Comment on lines +84 to +85
- ghcr.io/eduide/eduide/java-17-ai:latest
- ghcr.io/eduide/eduide/java-17-templates-ai:latest
Comment on lines +84 to +85
- ghcr.io/eduide/eduide/java-17-ai:latest
- ghcr.io/eduide/eduide/java-17-templates-ai:latest
Copy link
Copy Markdown
Contributor

@KevinGruber2001 KevinGruber2001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Fangoling Fangoling marked this pull request as ready for review June 5, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants